home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac100% 1999 April
/
MAC100-1999-04.ISO.7z
/
MAC100-1999-04.ISO
/
特集2「iCON FREEEAK10000SP」
/
ResEdit 2.1.3フォルダ
/
Examples
/
CExamples
/
MakeLDEF
< prev
next >
Wrap
Text File
|
1994-09-14
|
545b
|
30 lines
# MakeFile - Make instructions for the ResEdit ICON LDEF.
#
# Copyright Apple Computer, Inc. 1986-1990
# All rights reserved.
#
# This makefile builds:
# The ICON Resource LDEF
#
cOptions = -b
OutFile = {buildToName}
obj = :obj:
source = :Source:
ResEditLibraries = ::Libraries:
LDEFLibs = {obj}LDEF.a.o カ
{obj}ResDisp.a.o
# Link for ICON LDEF
"{OutFile}" トト {obj}ICON.LDEF.c.o {LDEFLibs}
Link {LDEFLibs} カ
{obj}ICON.LDEF.c.o カ
-ra =resPurgeable -sg ICON -rt LDEF=128 カ
-o "{OutFile}"
{obj} ト {source} {ResEditLibraries}